home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / contentp.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  186 b   |  10 lines

  1. on exitFrame
  2.   if (the mouseCast <= 128) and (the mouseCast >= 120) then
  3.     puppetSprite(5, 1)
  4.     go("s3")
  5.   else
  6.     set the castNum of sprite 5 to 800
  7.     go(the frame)
  8.   end if
  9. end
  10.